home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Popular Request
/
By Popular Request (Arsenal Computer)(SysOptics Distribution System).ISO
/
amiga3
/
mgrmkcat.lha
/
makefile
< prev
next >
Wrap
Makefile
|
1993-11-28
|
945b
|
35 lines
#
# Makefile for MakeCat
# ⌐ 1993 by Lars Hanke -- MGR-Software, Asgard
#
# NOTE: the whole program is quick and dirty, but it works!
# If you like to do any improvements feel free to do them, but
# please send me a patch. Anyhow, you may spread any patch or
# add on as FREEWARE. If this should evolve into a chaos and
# people blame me for it, I will cancel the right to spread
# patches, but work as coordinator instead.
#
DIST = dh1:host/distribution/MGR-MakeCat.lha
.c.o:
sc errrexx nominc strmer opt $<
MakeCat: MakeCat.o lex.yy.o
slink lib:c.o MakeCat.o lex.yy.o lib lib:sc.lib lib:amiga.lib VERBOSE StripDebug
MakeCat.o: MakeCat.c MakeCat.h
lex.yy.o: lex.yy.c MakeCat.h
lex.yy.c: c_lang.l
flex -8 c_lang.l
setprog: MakeCat
copy MakeCat sc:bin/MakeCat
archive:
lha -x u $(DIST) c_lang.l lex.yy.c MakeCat.c MakeCat makefile
lha -x u $(DIST) cmp.c cmp
lha -x u $(DIST) test.txt read.me